@charset "utf-8";
/*CSS Document*/

/* ============================================================================================================================
													全局默认样式
===============================================================================================================================*/
body {
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

h4,
h5,
h6 {
	font-weight: normal;
}

ul,
li,
dd,
dl,
dt,
ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}

hr {
	color: #eee;
	background: #eee;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:focus,
.hov a,
.navusb li a:hover {
	color: #263f8d;
	text-decoration: none !important;
}

p {
	padding: 0px;
	margin: 0px;
}

img {
	max-width: 100%;
}

input {
	outline: none;
	border: 0;
}

input:focus {
	outline: none;
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}

@media (max-width:992px) {
	.container {
		padding: 0 15px;
	}
}

/* ============================================================================================================================
													bootstrap
===============================================================================================================================*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;
}

/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-1 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: inherit !important;
	color: #666;
}

.ellipsis-2 {
	-webkit-line-clamp: 2;
}

.ellipsis-3 {
	-webkit-line-clamp: 3;
}

.ellipsis-4 {
	-webkit-line-clamp: 4;
}

.ellipsis-5 {
	-webkit-line-clamp: 5;
}

.ellipsis-6 {
	-webkit-line-clamp: 6;
}

.ellipsis-7 {
	-webkit-line-clamp: 7;
}

.ellipsis-8 {
	-webkit-line-clamp: 8;
}

/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.container-fluid,
.banner-container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

@media (max-width:780px) {
	.container-pad {
		padding: 50px 0;
	}
}

.content_box {
	width: 100%;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

@media (max-width:992px) {

	.container,
	.content_box {
		padding: 0 15px !important;
	}

}

/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.pagination {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	clear: both;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #263f8d;
	border-color: #263f8d;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
}
@media (max-width:992px) {
	.pagination{
		margin-top: 0.4rem;
	}
}

.next-map p {
	/* width:40%;float: left; */
	position: relative;
	margin-top: 4px;
}

.next-map p:last-child {
	/* width: 40%;float: right; */
	position: relative;
}

.next-map p span {
	display: inline-block;
	float: left;
}

.next-map p .ellipsis-1 {
	display: inline-block;
	/* 	 */
}


/* ============================================================================================================================
													公共标题字体大小
===============================================================================================================================*/
h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

@media (max-width: 1440px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 14px;
	}
}

/* ============================================================================================================================
													more-更多按钮
===============================================================================================================================*/
.more {
    height: 40px;
    width: 120px;
    line-height: 40px;
    text-align: center;
    background: #263f8d;
    display: block;
    color: #fff;
    border-radius: 4px;
	margin: 0.3rem auto;
    border: 1px solid #263f8d;
    transition: all .5s;
}

.more.br {
    height: 40px;
    width: 120px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    display: block;
    color: #263f8d;
    border-radius: 4px;
	margin: 0.3rem auto;
    transition: all .5s;
}

.more.br:hover {
    background: #263f8d;
    color: #fff;
}

.more:hover {
	color: #263f8d;
    background-color: #fff
}

@media (max-width:992px) {
	.more{
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
}

/* ============================================================================================================================
													浮动
===============================================================================================================================*/
.fr {
	float: right;
}

.fl {
	float: left;
}

/* ============================================================================================================================
													crumb-面包
===============================================================================================================================*/
.crumb{
    background: #263f8d;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 11px 15px;
}

.crumb li{
    float: left;
}

.crumb li a,
.crumb li i{
	color: #fff;
}

/*=======================================
  内页abnner样式
========================================*/
.page-banner {
    overflow: hidden;
    position: relative;
  }
  .page-banner img {
    width: 100%;
  }
  .page-banner .page-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
  .page-banner .page-banner-title h1{
    font-size: 0.6rem;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom:0.2rem;
  }
  .page-banner .page-banner-title h3 {
    font-size: 0.3rem;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
  }
  .page-banner .page-banner-title h3::after {
    content: "";
    width: 0.9rem;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    animation: myfirst 4s;
    -webkit-animation: myfirst 4s;
    -moz-animation: myfirst 4s;
    -webkit-animation: myfirst 4s;
    -o-animation: myfirst 4s;
  }
  @keyframes myfirst {
    0% {
      width: 0;
    }
    50% {
      width: 0.5rem;
    }
    100% {
      width: 0.9rem;
    }
  }
  @-webkit-keyframes myfirst {
    0% {
      width: 0;
    }
    50% {
      width: 0.5rem;
    }
    100% {
      width: 0.9rem;
    }
  }
  @-moz-keyframes myfirst {
    0% {
      width: 0;
    }
    50% {
      width: 0.5rem;
    }
    100% {
      width: 0.9rem;
    }
  }
  @-o-keyframes myfirst {
    0% {
      width: 0;
    }
    50% {
      width: 0.5rem;
    }
    100% {
      width: 0.9rem;
    }
  }
  .page-banner .page-banner-title p {
    font-size: 0.18rem;
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 0.2rem;
  }
  



/* ============================================================================================================================
													list
===============================================================================================================================*/
.container_main{
	overflow: hidden;
	padding: 0.35rem 0;
}
@media (max-width:992px) {
	.container_main{padding: 0;}
	.container_main .container{
		padding: 0!important;
	}
}
.container_main .lefter{
	overflow: hidden;
	width: 280px;
	float: left;
	margin-right: 20px;
}
.container_main .lefter .lefter_nav,
.container_main .lefter .lefter_common{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 4px;
}
.container_main .lefter .lefter_nav h2, 
.container_main .lefter .lefter_common h2{
    background: #263f8d;
    height: 50px;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.container_main .lefter .lefter_nav ul,
.container_main .lefter .lefter_keywords,
.container_main .lefter .lefter_common ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
    border-bottom-left-radius:4px ;
    border-bottom-right-radius: 4px ;
}

.container_main .lefter .lefter_nav ul li{
	overflow: hidden;
	border-bottom: 1px dashed #e0e0e0;
	padding: 0 10px;
}
.container_main .lefter .lefter_nav ul li:last-child{
	border-bottom: none;
}
.container_main .lefter .lefter_nav ul li a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}
.container_main .lefter .lefter_nav ul li.active a{
	color: #263f8d;
}
.container_main .lefter .lefter_nav ul li:hover a{
	color: #263f8d;
}
.container_main .lefter .lefter_common{
	overflow: hidden;
    margin-bottom: 20px;
}

.container_main .lefter .lefter_keywords{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.container_main .lefter .lefter_keywords a{
    border: 1px dashed #eee;
    padding: 0.05rem;
    margin: 0 2% 2% 0;
}

.container_main .lefter .lefter_keywords a:nth-child(2n){
    margin-right: 0;
}

.container_main .lefter .lefter_common ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 10px;
}
.container_main .lefter .lefter_common ul li{
	font-size: 14px;
	color: #666;
	line-height: 25px;
    margin: 8px 0;
}
.container_main .righter{
	overflow: hidden;
    border-radius: 4px;
}
@media (max-width:992px) {
	.container_main .lefter{
		display: none;
	}
}

/* ============================================================================================================================
													产品列表
===============================================================================================================================*/

.prolist{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 4px;
}

.prolist .prolist_ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.prolist .prolist_ul li:nth-child(3n){
	margin-right: 0;
}
.prolist .prolist_ul li dt{
	width: 100%;
	overflow: hidden;
}
.prolist .prolist_ul li dt img{
	width: 100%;
	display: block;
}
.prolist .prolist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.prolist .prolist_ul li:hover{
	border: 1px solid #263f8d;
}
.prolist .prolist_ul li:hover dd{
	background: #263f8d;
	color: #fff;
	border-top: 1px solid #263f8d;
}
@media (max-width:992px) {
	.prolist{
		border: none;
	}
	.prolist .prolist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.prolist .prolist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.prolist .prolist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.prolist .prolist_ul li dd{
		font-size: 0.28rem;
	}
}


/* ============================================================================================================================
													文章列表
===============================================================================================================================*/
.article{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 4px;
}

.article .article_ul li{
	width: 100%;
	overflow:hidden;
	border-bottom: 1px dashed #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.article .article_ul li dt{
	overflow: hidden;
	width: 30%;
	position: relative;
	padding-top: 20%;
	float: left;
	margin-right: 0.2rem;
}
.article .article_ul li dt img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    object-fit: cover;
}
.article .article_ul li dd{
	overflow: hidden;
}
.article .article_ul li dd h3{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.article .article_ul li dd span{
    font-size: 14px;
    color: #999;
    display: block;
    margin: 5px 0 10px;
}
.article .article_ul li dd p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.article .article_ul li dd em{
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
    margin-top: 0.6rem;
}
.article .article_ul li:hover dd h3{
	color: #263f8d;
}
.article .article_ul li:hover dd em{
	color: #263f8d;
}
@media (max-width:992px) {
	.article{
		border: none;
	}
	.article .article_ul li dt{
		width: 100%;
		padding-top: 70%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.article .article_ul li dd{
		width: 100%;
	}
	.article .article_ul li dd em{
		float: left;
		margin-top: 0.2rem;
	}
}

/* ============================================================================================================================
													图文列表
===============================================================================================================================*/

.mutlist{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 4px;
}

.mutlist .mutlist_ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.mutlist .mutlist_ul li:nth-child(3n){
	margin-right: 0;
}
.mutlist .mutlist_ul li dt{
    width: 100%;
    overflow: hidden;
    height: 210px;
}
.mutlist .mutlist_ul li dt img{
	width: 100%;
	display: block;
    height: 100%;
}
.mutlist .mutlist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.mutlist .mutlist_ul li:hover{
	border:1px solid #263f8d;
}
.mutlist .mutlist_ul li:hover dd{
	border-top: 1px solid #263f8d;
	color: #fff;
	background: #263f8d;
}
@media (max-width:992px) {
	.mutlist{
		border: none;
	}
	.mutlist .mutlist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.mutlist .mutlist_ul li dd{
		font-size: 0.28rem;
	}
    .mutlist .mutlist_ul li dt{
        height: 150px;
    }
}

/* ============================================================================================================================
											文章/图文/产品	detail
===============================================================================================================================*/
._return{
	overflow: hidden;
	border-top: 1px dashed #e0e0e0;
	padding-top: 10px;
}
._return a{
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	padding-right: 10px;
}
@media (max-width:992px) {
	._return a{
		width: 100%;
	}
}

/* 文章详情 */
.article_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 25px;
}
.article_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.article_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.article_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.article_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.article_detail{
		border: none;
		padding: 15px;
	}
	.article_detail ._title{
		text-align: left;
	}
	.article_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.article_detail ._title span{
		font-size: 0.24rem;
	}
}

/* 图文详情 */
.multi_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 25px;
}
.multi_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.multi_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.multi_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.multi_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.multi_detail{
		border: none;
		padding: 15px;
	}
	.multi_detail ._title{
		text-align: left;
	}
	.multi_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.multi_detail ._title span{
		font-size: 0.24rem;
	}
}


/* 产品详情 */
.product_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 15px;
}
.product_detail ._info{
	overflow: hidden;
}
.product_detail ._info ._thumb{
	width: 352px;
    position: relative;
    float: left;
    padding-bottom: 10px;
    margin-right: 20px;
	overflow: hidden;
}
.product_detail ._info ._thumb .piclist{
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
.product_detail ._info ._thumb .piclist img{
	width: 100%;
	display: block;
}
.product_detail ._info ._thumb #thumblist{
    list-style: none;
    width: 350px;
    clear: both;
}
.product_detail ._info ._thumb #thumblist li{
    float: left;
    width: 60px;
    height: 62px;
    margin-right: 8px;
    border: #eee solid 1px;
}
.product_detail ._info ._thumb #thumblist li.on{
	 border: #263f8d solid 1px;
}
.product_detail ._info ._thumb #thumblist li .img{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.product_detail ._info ._text{
	overflow: hidden;
}
.product_detail ._info ._text h2{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.product_detail ._info ._text p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    max-height: 210px;
    overflow: hidden;
	color: #999;
}
.product_detail ._info ._text span{
    height: 0.55rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    display: block;
}
.product_detail ._info ._text span em{
    height: 0.44rem;
    padding-left: 0.5rem;
    background: url(../images/pc-xc-icon2.png) no-repeat  0px;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #263f8d;
    display: block;
    float: left;
	font-weight: bold;
}
.product_detail ._info ._text span a{
    width: 114px;
    height: 44px;
    background: #263f8d;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
    display: block;
    color: #fff;
}
.product_detail ._content{
	overflow: hidden;
	min-height: 300px;
	margin-top: 0.2rem;
}
.product_detail ._content ._title{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;	
}
@media (max-width:992px) {
	.product_detail{
		border: none;
	}
	.product_detail ._info ._thumb{
		width: 100%;
		margin-right: 0;
		padding-bottom: 0.4rem;
	}
	.product_detail ._info ._thumb #thumblist{
		width: 100%;
	}
	.product_detail ._info ._text{
		float: left;
	}
	.product_detail ._info ._text h2{
		font-size: 0.36rem;
		margin-bottom:0.2rem;
	}
	.product_detail ._info ._text p{
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}
	.product_detail ._info ._text span{
		height: 1rem;
	}
	.product_detail ._info ._text span em{
	    height: 0.8rem;
	    padding-left: 0.7rem;
		font-size: 0.36rem;
		line-height: 0.8rem;
	    background-size: 0.6rem;
	}
	.product_detail ._info ._text span a{
	    line-height: 0.7rem;
		height: 0.7rem;
		font-size: 0.28rem;
	}
	.product_detail ._content{
		margin-top: 0.4rem;
	}
	.product_detail ._content ._title{
		margin-bottom: 0.2rem;
		padding-bottom: 0.2rem;
		font-size: 0.4rem;
	}
}
/* ============================================================================================================================
													单页---关于我们
===============================================================================================================================*/

.detail_about{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_about .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_about .detail_main_fl{
	overflow: hidden;
	width: 48%;
	float: left;
}
.detail_about .detail_main_fl img{
	width: 100%;
	display: block;
}
.detail_about .detail_main_fr{
	overflow: hidden;
	width: 48%;
	float: right;
	padding: 0.2rem 0;
}
.detail_about .detail_main_fr h2{
	font-size: 0.24rem;
	color: #263f8d;
}
.detail_about .detail_main_fr em{
	display: block;
	width: 60px;
	height: 3px;
	background: #263f8d;
	margin: 0.2rem 0;
}
.detail_about .detail_main_fr>div{
	color: #666;
}
@media (max-width:992px) {
	.detail_about .detail_main_fl{
		width: 100%;
	}
	.detail_about .detail_main_fr{
		width: 100%;
		padding-top: 0.4rem;
	}
	.detail_about .detail_main_fr h2{
		font-size: 0.36rem;
	}
}

.detail_honor{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_honor .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_honor ul li{
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.detail_honor ul li img{
	width: 100%;
	display: block;
}
.detail_honor ul li dd{
	text-align: left;
	font-size: 16px;
	margin-top: 5px;
}




/* ========================================================
						企业文化
===========================================================*/

.wenhua-box {
    margin-top: 0.3rem;
}
.wenhua-box .guider_title p{
    padding: 0 1rem;
}
.culture_box{
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.2rem;
}

.culture_box .w_grid{
    display: flex;
    width: calc((100% - 4%)/2);
    border: 1px solid #eee;
    padding: 0.3rem;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 220px;
}

.culture_box .w_grid:nth-child(2n){
    margin-right: 0;
}

.culture_box .w_grid .pic{
    margin-right: 5%;
}

.culture_box .w_grid h2{
    font-size: 28px;
    color: #263f8d;
    margin-bottom: 0.2rem;
}

.culture_box .w_grid:hover{
    box-shadow: 1px 1px 7px 1px rgba(38, 63, 141, .1);
}

@media (max-width:768px) {
    .culture_box .w_grid{
        width: 100%;
        margin-right: 0;
    }
}


/* ============================================================================================================================
											单页---联系我们
===============================================================================================================================*/

.detail_title{
	overflow: hidden;
	text-align: center;
}
.detail_title h2{
	font-size: 0.36rem;
    font-weight: normal;
    margin-bottom: 0.1rem;
}
.detail_title p {
    font-size: 16px;
    color: #999;
}

.detail_contact{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_contact .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
	background: #f8f8f8;
}
.detail_contact .detail_main_fl{
	width: 48%;
	overflow: hidden;
	float: left;
	padding: 30px;
}
.detail_contact .detail_main_fl h2{
	font-size: 0.24rem;
	color: #263f8d;
	font-weight: bold;
}
.detail_contact .detail_main_fl ul{
	overflow: hidden;
	margin-top: 0.2rem;
}
.detail_contact .detail_main_fl ul li{
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
}
.detail_contact .detail_main_fl ul li img{
	width: 48px;
	margin-right: 10px;
}
.detail_contact .detail_main_fr{
	overflow: hidden;
	float: right;
	width: 50%;
}


/* ============================================================================================================================
													在线留言
===============================================================================================================================*/

.detail_inquiry{
	overflow: hidden;
	background: #f5f5f5;
	padding: 0.5rem 0;
}
.detail_inquiry .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_main .detail_inquiry_fl{
	width: 49%;
	float: left;
	overflow: hidden;
}
.detail_main .detail_inquiry_fl img{
	width: 100%;
	display: block;
}
.detail_main .detail_inquiry_fr{
	overflow: hidden;
	float: right;
	width: 49%;
}
.detail_main .detail_inquiry_fr .form-row{
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.detail_main .detail_inquiry_fr .form-row input{
	border-radius: 0;
	padding: 10px;
	color: #999;
	height: auto;
}
.detail_main .detail_inquiry_fr .form-row .btn{
    overflow: hidden;
    background: #263f8d;
    color: #fff;
    padding: 10px 50px;
}
@media (max-width:992px) {
	.detail_contact .detail_main_fl{
		width: 100%;
		padding: 0.4rem 0.3rem;
	}
	.detail_contact .detail_main_fl h2{
		font-size: 0.36rem;
		text-align: center;
	}
	.detail_contact .detail_main_fl ul li{
		height: 1rem;
		line-height: 1rem;
		font-size: 0.28rem;
	}
	.detail_contact .detail_main_fl ul li img{
		width: 0.7rem;
	}
	.detail_contact .detail_main_fr{
		width: 100%;
	}
	.detail_main .detail_inquiry_fl{
		display: none;
	}
	.detail_main .detail_inquiry_fr{
		width: 100%;
	}
}





